projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4cd26
)
Line break fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Oct 2007 18:51:21 +0000
(18:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Oct 2007 18:51:21 +0000
(18:51 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index d1f35eee4e7903bc104e5454290e2662278a768f..f0cb26b72b4b94efe0823185fe290e11c4ba6520 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-4936,8
+4936,8
@@
x_create_tip_frame (dpyinfo, parms, text)
if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
disptype = intern ("mono");
- else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
||
- FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
+ else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
+
||
FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
disptype = intern ("grayscale");
else
disptype = intern ("color");